home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '88 / Other stuff / MacsBug 6.0b1 / Resource Files / TrapRecord.r < prev   
Text File  |  1988-04-13  |  462b  |  22 lines

  1. /*
  2.  
  3. Copyright Apple Computer, Inc. 1981-1988
  4.  
  5. Rez -a -o "{SystemFolder}MacsBug" "{MPW}Debuggers:TrapRecord.r" ≥≥ "{Worksheet}"
  6. Shutdown -r
  7.  
  8. This resource specifies the number of traps that are recorded using ATR/ATP commands.
  9. The default is 8 if the resource is not present. Larger numbers obviously incur a
  10. space penalty. However, all numbers are equally fast since a circular buffer
  11. is used.
  12.  
  13. */
  14.  
  15. type 'mxbr' { integer; };
  16.     
  17. resource 'mxbr' (100) {
  18.      16;
  19. };
  20.  
  21.  
  22.